home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / FINACIAL / PCLOAN5.LZH / 2.BAT < prev    next >
DOS Batch File  |  1990-04-01  |  4KB  |  77 lines

  1. echo off
  2. cls                                                          
  3. echo .
  4. echo .
  5. echo      █████████████████████████████████████████████████████████████████░
  6. echo      █                                                               █░░
  7. echo      █        Install the program on disk C: (Fixed disk)            █░░
  8. echo      █                                                               █░░
  9. echo      █        PCLOAN5 is a large program. The amortization           █░░
  10. echo      █        system uses five files and creates a new file for      █░░
  11. echo      █        each schedule. If you plan to keep the schedule        █░░
  12. echo      █        files you create, you should install the system        █░░
  13. echo      █        in a sub directory of your hard disk.                  █░░
  14. echo      █                                                               █░░
  15. echo      █        If you wish to create a sub directory, press control   █░░
  16. echo      █        C, NOW to stop this process. Create the sub directory  █░░
  17. echo      █        name of your choice, log on to that sub directory,     █░░
  18. echo      █        then return to this installation process.              █░░
  19. echo      █                                                               █░░
  20. echo      █                                                               █░░
  21. echo      █████████████████████████████████████████████████████████████████░░
  22. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  23. echo .
  24. echo .
  25. pause
  26. cls
  27. pkunzip -x pcloan5.zip c: p*.*
  28. if not exist c:pcloan5.exe goto crash
  29. if not exist c:pc5help.dbf goto crash
  30. if not exist c:pc5help.dbt goto crash
  31. if not exist c:pc5parm.dbf goto crash
  32. cls
  33. echo .
  34. echo .
  35. echo      ███████████████████████████████████████████████████████████████░
  36. echo      █                                                             █░░
  37. echo      █        Install the program on disk C:                       █░░
  38. echo      █                                                             █░░
  39. echo      █                                                             █░░
  40. echo      █        The installation process is complete.                █░░
  41. echo      █                                                             █░░
  42. echo      █        To execute the program, log on to the subdirectory   █░░
  43. echo      █        you created, or to drive C: if no subdirectory       █░░
  44. echo      █        was created, and type the name of the program.       █░░
  45. echo      █                                                             █░░
  46. echo      █         PCLOAN5(return)                                     █░░
  47. echo      █                                                             █░░
  48. echo      █                                                             █░░
  49. echo      ███████████████████████████████████████████████████████████████░░
  50. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  51. echo .
  52. echo .
  53. pause
  54. goto end
  55. :crash
  56. echo .
  57. echo .
  58. echo .
  59. echo      ███████████████████████████████████████████████████████████████░
  60. echo      █                                                             █░░
  61. echo      █                                                             █░░
  62. echo      █        The installation process failed.                     █░░
  63. echo      █                                                             █░░
  64. echo      █        The most likely cause of failure is insufficient     █░░
  65. echo      █        free space on the destination disk. Be sure you      █░░
  66. echo      █        have at least 360k free space on the destination     █░░
  67. echo      █        disk and then try again.                             █░░
  68. echo      █                                                             █░░
  69. echo      █                                                             █░░
  70. echo      ███████████████████████████████████████████████████████████████░░
  71. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  72. echo .
  73. echo .
  74.  
  75. :end
  76.  
  77.